typo fix
authorMatthias Clasen <matthiasc@src.gnome.org>
Fri, 22 Dec 2006 15:39:09 +0000 (15:39 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 22 Dec 2006 15:39:09 +0000 (15:39 +0000)
ChangeLog
tests/teststatusicon.c

index d97ee1224aa0dbac7548b22764010e2f88b81b28..a3d56724895ba63cd5a0cb9e622958fadc78c2eb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-12-22  Matthias Clasen  <mclasen@redhat.com>
+
+       * tests/teststatusicon.c: Fix a typo
+
 2006-12-22  Matthias Clasen  <mclasen@redhat.com>
 
        Make it possible to track the embeddedness of
index d17c4c828348ab3b288c69950165d4e57c456184..9a27492519f0f109ce3ab78fe2890a10634d4354 100755 (executable)
@@ -66,7 +66,7 @@ update_icons (void)
   if (status == TEST_STATUS_INFO)
     {
       icon_name = GTK_STOCK_DIALOG_INFO;
-      tooltip = "Some Infromation ...";
+      tooltip = "Some Information ...";
     }
   else
     {